home *** CD-ROM | disk | FTP | other *** search
/ Catch That Kid Press Kit / Catch That Kid Press Kit.iso / pc / main.dxr / Internal_13.ls < prev    next >
Encoding:
Text File  |  2003-12-23  |  243 b   |  11 lines

  1. global gCurrentFlashPaper
  2.  
  3. on exitFrame me
  4.   gCurrentFlashPaper = "FP_Production"
  5.   vList = [22, 23, 24]
  6.   repeat with x = 1 to vList.count
  7.     sprite(vList[x]).visible = 1
  8.   end repeat
  9.   sendSprite(19, #mSetCorrectly, gCurrentFlashPaper)
  10. end
  11.